home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / xcontact / catman / Makefile next >
Encoding:
Makefile  |  1994-08-02  |  520 b   |  29 lines

  1. #!smake
  2. #
  3. # Makefile for catman
  4. #
  5. #    "$Revision: $"
  6.  
  7. include    $(ROOT)/usr/include/make/commondefs
  8.  
  9. CFILES    =
  10. SRC    = xcontact.1
  11.  
  12. TARGETS    = *.z
  13.  
  14. # uncomment the following line if there is just a single file being compiled
  15. # LMKDEPFLAGS= $(NULLSUFFIX_MKDEPFLAG)
  16.  
  17. default:
  18.     rm -f *.z
  19.     neqn /usr/pub/eqnchar xcontact.1 | tbl | nroff -man -i > xcontact
  20.     pack -f xcontact  >>/dev/null
  21.  
  22. include $(COMMONRULES)
  23.  
  24. install:default
  25.     $(INSTALL) -idb "xcontact.man.xcontact" \
  26.         -F /usr/share/catman/u_man/cat1 -m 644 xcontact.z
  27.  
  28. clobber:
  29.